-
-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Renamed reportFullDisplayed to reportFullyDisplayed #2585
Conversation
deprecated old Sentry.reportFullDisplayed() method
deprecated old Sentry.reportFullDisplayed() method
Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
7c199d8 | 323.18 ms | 391.33 ms | 68.15 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
7c199d8 | 1.73 MiB | 2.34 MiB | 626.23 KiB |
Previous results on branch: fix/rename-full-displayed
Startup times
Revision | Plain | With Sentry | Diff |
---|---|---|---|
9129a4b | 318.52 ms | 355.42 ms | 36.90 ms |
d20ef6a | 354.69 ms | 421.38 ms | 66.69 ms |
7ad99f4 | 350.50 ms | 405.67 ms | 55.17 ms |
32b5573 | 323.83 ms | 340.88 ms | 17.05 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
9129a4b | 1.73 MiB | 2.34 MiB | 626.25 KiB |
d20ef6a | 1.73 MiB | 2.34 MiB | 626.25 KiB |
7ad99f4 | 1.73 MiB | 2.34 MiB | 626.25 KiB |
32b5573 | 1.73 MiB | 2.34 MiB | 626.25 KiB |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2585 +/- ##
============================================
+ Coverage 80.42% 80.47% +0.04%
- Complexity 4027 4032 +5
============================================
Files 333 333
Lines 15189 15193 +4
Branches 1979 1979
============================================
+ Hits 12216 12226 +10
+ Misses 2194 2188 -6
Partials 779 779
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
📜 Description
Rename all occurrences of FullDisplayed with FullyDisplayed
Deprecated old Sentry.reportFullDisplayed() method
💡 Motivation and Context
reportFullDisplayed is not correct english
It fixes #2575
💚 How did you test it?
Unit tests
📝 Checklist
sendDefaultPII
is enabled.🔮 Next steps